home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP Şubat 1998.iso / drivers / GRAFIK / S3 / NT4 / VIRGE325 / WNT20017.ZIP / S3.INF < prev    next >
Windows Setup INFormation  |  1997-05-20  |  4KB  |  156 lines

  1. ; S3.INF
  2. ;
  3. ; Installation inf for the S3 Incorporated display driver.
  4. ;
  5.  
  6. [Version]
  7. Signature="$CHICAGO$"
  8. Provider=%S3%
  9. ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
  10. Class=Display
  11.  
  12. [DestinationDirs]
  13. DefaultDestDir  = 11
  14. S3Inc.Miniport  = 12  ; drivers
  15. S3Inc.Display   = 11  ; system32
  16. S3Inc.ConfigFile= 12  ; config files to the drivers directory
  17.  
  18. ;
  19. ; Driver information
  20. ;
  21.  
  22. [Manufacturer]
  23. %S3%   = S3.Mfg
  24.  
  25. ;
  26. ; This section should be modified to reflect the chip strings the
  27. ; user will see in the Displays applet when the new driver is being
  28. ; installed from the driver diskette.
  29. ;
  30. [S3.Mfg]
  31. %S3% Display Driver v2.00.17 = S3Inc
  32.  
  33. ;
  34. ; General installation section
  35. ;
  36.  
  37. [S3Inc]
  38. CopyFiles=S3Inc.Miniport, S3Inc.Display, S3Inc.ConfigFile
  39.  
  40. ;
  41. ; File sections
  42. ;
  43.  
  44. [S3Inc.Miniport]
  45. s3mini.sys      ; miniport driver
  46.  
  47. [S3Inc.Display]
  48. s3virge.dll     ; ViRGE display driver
  49.  
  50. ;**************************************************************************
  51. ; Mode/Configuration File Installation
  52. ; ====================================
  53. ;
  54. ; To install a mode/refresh configuration file with the drivers:
  55. ;
  56. ; 1) Remove the leading ";" from the "%S3ConfigFile%" line in the
  57. ;    [S3Inc.ConfigFile] section below.  This will allow the configuration
  58. ;    file to be copied from the driver diskette to the target system.
  59. ; 2) Remove the leading ";" in the "HKR..." line in the [S3Inc_Configuration]
  60. ;    section below.  This will place the configuration file name in the
  61. ;    Registry.
  62. ; 3) Set S3ConfigFile to the mode/refresh filename in the [Strings] section
  63. ;    at the bottom of this file.
  64. ;
  65. ;**************************************************************************
  66.  
  67. [S3Inc.ConfigFile]
  68. ;%S3ConfigFile%     ; **** copy config file ****
  69.  
  70.  
  71. ;
  72. ; Service Installation
  73. ;
  74.  
  75. [S3Inc.Services]
  76. AddService = S3Inc, 0x00000002, S3Inc_Service_Inst, S3Inc_EventLog_Inst
  77.  
  78. [S3Inc_Service_Inst]
  79. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  80. StartType      = 1                  ; SERVICE_SYSTEM_START
  81. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  82. LoadOrderGroup = Video
  83. ServiceBinary  = %12%\s3mini.sys
  84.  
  85. [S3Inc_EventLog_Inst]
  86. AddReg = S3Inc_EventLog_AddReg
  87.  
  88. [S3Inc_EventLog_AddReg]
  89. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\s3mini.sys"
  90. HKR,,TypesSupported,0x00010001,7
  91.  
  92.  
  93. ;
  94. ; Software Installation
  95. ;
  96.  
  97. [S3Inc.SoftwareSettings]
  98. AddReg = S3Inc_SoftwareDeviceSettings
  99. AddReg = S3Inc_Configuration   ; mode/refresh config file section
  100.  
  101. ;
  102. ; This section is used to place the mode/refresh configuration filename
  103. ; in the Registry. (See [S3Inc.ConfigFile] section above)
  104. ;
  105.  
  106. [S3Inc_Configuration]
  107. ;HKR, , ModeCfgFile, %REG_EXPAND_SZ%, \SystemRoot\system32\drivers\%S3ConfigFile%
  108.  
  109.  
  110. [S3Inc_SoftwareDeviceSettings]
  111. HKR,, InstalledDisplayDrivers,     %REG_MULTI_SZ%, s3virge
  112. HKR,, VgaCompatible,               %REG_DWORD%,    0
  113.  
  114. ;
  115. ; Source file information
  116. ;
  117.  
  118. [SourceDisksNames.x86]
  119. 1 = %DiskId%,,,""
  120.  
  121. [SourceDisksFiles]
  122. s3mini.sys      = 1     ; all files on Disk 1
  123. s3virge.dll     = 1
  124. %S3ConfigFile%  = 1
  125.  
  126.  
  127. [Strings]
  128.  
  129. ;
  130. ; Non-Localizable Strings
  131. ;
  132.  
  133. REG_SZ         = 0x00000000
  134. REG_MULTI_SZ   = 0x00010000
  135. REG_EXPAND_SZ  = 0x00020000
  136. REG_BINARY     = 0x00000001
  137. REG_DWORD      = 0x00010001
  138. SERVICEROOT    = System\CurrentControlSet\Services
  139.  
  140. ;
  141. ; Localizable Strings
  142. ;
  143.  
  144. DiskId      = "S3 Incorporated Installation DISK (VIDEO)"
  145. GraphAdap   = "Graphics Adapter"
  146. S3          = "S3 Incorporated"
  147.  
  148. ;
  149. ; Add the name of the mode/refresh configuration file here. (See the
  150. ; [S3Inc.Configuration] section above.  If no configuration file is used,
  151. ; set S3ConfigFile = "".
  152. ;
  153. ; ex.   S3ConfigFile = "modes775.cfg"
  154. ;
  155. S3ConfigFile = ""
  156.